home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_5 / DoAction_2.as next >
Text File  |  2007-01-15  |  170b  |  13 lines

  1. if(_root.easy == true)
  2. {
  3.    _root.hud.lives = 10;
  4. }
  5. if(_root.medium == true)
  6. {
  7.    _root.hud.lives = 20;
  8. }
  9. if(_root.hard == true)
  10. {
  11.    _root.hud.lives = 15;
  12. }
  13.